go/types.TypeAndValue.mode (field)

11 uses

	go/types (current package)
		api.go#L316: 	mode  operandMode
		api.go#L324: 	return tv.mode == novalue
		api.go#L329: 	return tv.mode == typexpr
		api.go#L335: 	return tv.mode == builtin
		api.go#L342: 	switch tv.mode {
		api.go#L352: 	return tv.mode == value && tv.Type == Typ[UntypedNil]
		api.go#L358: 	return tv.mode == variable
		api.go#L364: 	return tv.mode == variable || tv.mode == mapindex
		api.go#L370: 	return tv.mode == commaok || tv.mode == mapindex